home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1997 to 1998 / Disney Interactive 1997-98 Software Sampler.iso / pc / media / fran.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1997-10-17  |  257 b   |  11 lines

  1. on mouseUp
  2.   puppetTransition("FrankTrans")
  3.   if the memberNum of sprite 3 <> 0 then
  4.     if the type of member the memberNum of sprite 3 = #digitalVideo then
  5.       set the movieRate of sprite 3 to 0
  6.     end if
  7.   end if
  8.   go("Black")
  9.   go(1, "Somm.dir")
  10. end
  11.